home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Metabee.bin
/
pc
/
assets
/
metabee.dxr
/
00003_Script_3
< prev
next >
Wrap
Text File
|
2001-12-07
|
216b
|
13 lines
global scorez, hit, missed, bullets, randomvalue, startingpoint
on mouseUp me
scorez = 0
startingpoint = 0
randomvalue = 50
bullets = 20
missed = 0
hit = 0
go to frame "start_of_game"
end